home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / parad / mar95 / mcin108.gif < prev    next >
Graphics Interchange Format  |  1996-07-10  |  7KB  |  428x338  |  4-bit (5 colors)
Labels: text | electronics | screenshot | display | number | software | font
OCR: FIGURE8.SSL :: #Script1 :: run method run(var eventInfo Event) var .*** tc TCursor genArray DynArray[ ] AnyType endvar genArray["Ship VIA"] = "UPS" genArray["Balance Due"] = "> 0" tc.open("ORDERS.DB") tc .setGenFilter ( genArray) totaldue = tc.cSum("Balance Due") msg Info("Total UPS Balance Due", totaldue) endmethod . . .. No syntax errors. Edit Line: 8 Col: 18